home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AOL File Library: 2,801 to 2,900
/
aol-file-protocol-4400-2801-to-2900.zip
/
AOLDLs
/
C++ Files Library
/
Direct Blitting in C++
/
Blitting.sit
/
Blitting ƒ
/
DirectBlitting.h
< prev
next >
Wrap
Text File
|
1995-04-27
|
663b
|
37 lines
// DirectBlitting.h, all of the headers that are part of The Direct
// Blitting Class Library for the MacOS or are used with it.
//
// Copyright ⌐ 1995, Macneil Shonle. All rights reserved.
#ifndef __DIRECTBLITTING__
#define __DIRECTBLITTING__
#ifndef __CCOPIER__
#include <CCopier.h>
#endif
#ifndef __CDIRECTBLIT__
#include <CDirectBlit.h>
#endif
#ifndef __CDIRECTGWORLD__
#include <CDirectGWorld.h>
#endif
#ifndef __CDIRECTVIDEO__
#include <CDirectVideo.h>
#endif
#ifndef __PIXELTYPES__
#include <PixelTypes.h>
#endif
#ifndef __STGWORLDSETTER__
#include <StGWorldSetter.h>
#endif
#ifndef __STMMUMODESWAPPER__
#include <StMMUModeSwapper.h>
#endif
#endif